Create a Python script to scrape product information from an e-commerce website
{
"properties": {
"product_selectors": {
"type": "object"
},
"website_url": {
"type": "string"
}
},
"type": "object"
}
{
"type": "string"
}
{
"custom": {
"forbidden_elements": [
"os.system",
"eval",
"exec"
],
"language": "python",
"required_elements": [
"import requests",
"BeautifulSoup",
"def scrape"
],
"type": "code_validation"
}
}