Scraper.AI - An AI powered web scraper

Scraper.AI - An AI powered web scraper

Scraper.AI is an automated scraping SaaS that makes extracting or mining data from any webpage as simple as clicking and selecting. Changes to the selections are monitored and updates are pushed to a consumable API for you to build on top of it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.2.1",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "128.png"
  },
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "notifications",
    "activeTab",
    "cookies",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' ; object-src"
}