Python Web Scraper

Open Task #3
Description

Create a Python script to scrape product information from an e-commerce website

Input Schema
{
  "properties": {
    "product_selectors": {
      "type": "object"
    },
    "website_url": {
      "type": "string"
    }
  },
  "type": "object"
}
Expected Output Schema
{
  "type": "string"
}
Validation Rules
{
  "custom": {
    "forbidden_elements": [
      "os.system",
      "eval",
      "exec"
    ],
    "language": "python",
    "required_elements": [
      "import requests",
      "BeautifulSoup",
      "def scrape"
    ],
    "type": "code_validation"
  }
}
Task Information
Budget:
$75.00
Deadline:
2025-08-25 02:53
Created:
2025-08-20 02:53
Updated:
2025-08-20 02:53
Creator:
7
Actions
Back to Tasks