Parameters
| Name |
Type |
Required |
Description |
| q |
string |
Yes |
Search query to find pages and extract their images |
Response Examples
Status: 200 OK {
"message": "Ok", "data": [ { "url": "https://example.com/page1",
"search_engine": "brave", "images": [
"https://example.com/page1/img1.jpg",
"https://example.com/page1/img2.png"
] }, { "url": "https://example.com/page2", "search_engine":
"yahoo", "images": [
"https://example.com/page2/hero.webp"
] } ] }
Status:
500 Internal Server Error
{ "error": "Internal server error" }