I'm looking for someone who has already solved the same problem as me about scraping a shopping site called 1688.

Job ID: 34889406

Budget: $10 – $30 USD

Thank you for watching my page!

I'm looking for someone who has already solved the same problem as me about scraping a shopping site called 1688.

I would like to get all the image URLs included in the product detail page of 1688.com on a service called Google Cloud Functions.

Here's what I've already tried so far:

1. Since the site is rendered in JavaScript, Python's requests library did not give us the data we wanted.

2. I investigated the API with the Chrome Dev Tool, but there was no evidence that it was being fetched with FetchAPI.

3. When using NodeJS's Puppeteer, the PC version was redirected to the authentication screen when executed multiple times.

4. When using NodeJS's Puppeteer, if it is a smartphone version, I succeeded in getting it regardless of the presence or absence of headless in the local environment.

5. However, it did not work properly when deployed on Google Cloud Functions.

Knowing the above, if you have already succeeded in obtaining the image URL on "https://detail.1688.com/offer/{itemid}.html" on CloudFunctions, please follow the method please let me know.

Also, in the past, I have purchased offers that cannot be resolved, so I am very cautious.

So, submit an API built with Cloud Functions in advance, and if the behavior is what you want, we will buy the code inside.

A simple specification that returns itemid in JSON format as a query parameter is OK.

CURL GET https://{CLOUD FUNCTIONS DOMAIN}?itemid={itemid}
return {
[
https://cbu01.alicdn.com/img/ibank/O1CN01upMnWG2GPG8PZFSQW_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01ZHa2sf2GPG8NJkWbw_!!2211039419007-0-cib. jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01CKMDgn2GPG8NJmjqc_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01rsk0SK2GPG8Dm7QMp_!!2211039419007- 0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN013MxIBI2GPG8KuEGdc_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01upMnWG2GPG8PZFSQW_ !!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01Pea3hB2GPG8VpIh5Q_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img /ibank/O1CN01BF5uRh2GPG8QrpKfY_!!2211039419007-0-cib.jpg", "https://cbu01.alicdn.com/img/ibank/O1CN018qzrvs2GPG8O0NXd7_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn .com/img/ibank/O1CN01hhmiKJ2GPG8O0N8kg_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01XWWnAS2GPG8VpKVUV_!!2211039419007-0-cib.jpg",
"https:/ /cbu01.alicdn.com/img/iba nk/O1CN01mkhSRL2GPG8NBzEdY_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01zfZ6yP2GPG8VpKEvD_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn. com/img/ibank/O1CN01olxodN2GPG8NK01xt_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN012cFYc92GPG8NC3jNQ_!!2211039419007-0-cib.jpg",
"https:// cbu01.alicdn.com/img/ibank/O1CN015rAWg32GPG8UYapOu_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01ai4fUc2GPG8NJyM5p_!!2211039419007-0-cib.jpg",
" https://cbu01.alicdn.com/img/ibank/O1CN01SzHZMf2GPG8PZUxtl_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN010euglr2GPG8VpN3kv_!!2211039419007-0-cib. jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01o7iNZ72GPG8RlLFZx_!!2211039419007-0-cib.jpg",
"https://cbu01.alicdn.com/img/ibank/O1CN01y7CTjv2GPG8SdLJOB_!!2211039419007- 0-cib.jpg"
]
}

Thank you for your help in resolving