{ "actorSpecification": 1, "name" : "example-scraper", "title" : "example.com Scraper", "description" : "Scrape data from example.com", "version" : "0.0.1", "storages": { "dataset": { "actorSpecification": 1, "title": "example.com Scraper", "description": "Too see all scraped properties, export the whole dataset or select All fields instead of Overview", "views": { "overview": { "title": "Overview", "description": "", "transformation": { "fields": [ "image", "pid", "name", "description", "state", "backers", "creator", "location", "goal", "pledged", "currency", "url" ] }, "display": { "component": "table", "columns": [ { "label": "Image", "format": "image", "field": "image.url" }, { "label": "PID", "format": "text", "field": "pid" }, { "label": "Name", "format": "text", "field": "name" }, { "label": "Blurb", "format": "text", "field": "description" }, { "label": "State", "format": "text", "field": "state" }, { "label": "Backers", "format": "text", "field": "backers" }, { "label": "Creator", "format": "object", "field": "creator" }, { "label": "Location", "format": "object", "field": "location" }, { "label": "Goal", "format": "text", "field": "goal" }, { "label": "Pledged", "format": "text", "field": "pledged" }, { "label": "Currency", "format": "text", "field": "currency" }, { "label": "URL", "format": "link", "field": "url" } ] } }, "extras": { "title": "Extras", "description": "", "transformation": { "fields": [ "image", "pid", "name", "creator", "risks", "story", "envCommitments", "rewards", "faqs" ] }, "display": { "component": "table", "columns": [ { "label": "Image", "format": "image", "field": "image.url" }, { "label": "PID", "format": "text", "field": "pid" }, { "label": "Name", "format": "text", "field": "name" }, { "label": "Risks", "format": "text", "field": "risks" }, { "label": "Logo", "format": "image", "field": "creator.image" }, { "label": "Bio", "format": "text", "field": "creator.biography" }, { "label": "Websites", "format": "object", "field": "creator.websites" }, { "label": "Environmental Commitments", "format": "object", "field": "envCommitments" }, { "label": "Rewards", "format": "object", "field": "rewards" }, { "label": "FAQs", "format": "object", "field": "faqs" } ] } }, "story": { "title": "Story", "description": "", "transformation": { "fields": [ "image", "pid", "name", "story" ] }, "display": { "component": "table", "columns": [ { "label": "Image", "format": "image", "field": "image.url" }, { "label": "PID", "format": "text", "field": "pid" }, { "label": "Name", "format": "text", "field": "name" }, { "label": "Story", "format": "text", "field": "story" } ] } } } } } }