- User
- Scraping Browser
- Scraper API
- shopee
- br sites
- avnet
- arrow
- airline
- amazon
- temu
- google trends
- google flights
- google search
- google maps
- google scholar
- google jobs
- google shopping
- google hotels
- google news
- google lens
- google finance
- google product
- google play store
- google ads
- mouser
- Scraper RequestPOST
- Scraper GetresultGET
- Web Unlocker
- Public
Google Ads
Developing
POST
/api/v1/scraper/request
Last modified:2025-03-20 08:22:01
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
actor
string
required
input
object
required
advertiser_id
string
required
region
string
required
platform
string
required
start_date
string
required
end_date
string
required
creative_format
string
required
num
string
required
next_page_token
string
required
political_ads
string
required
Example
{
"actor": "scraper.google.ads",
"input": {
"advertiser_id": "AR07853293343629901825",
"region": "2840",
"platform": "",
"start_date": "",
"end_date": "",
"creative_format": "",
"num": "",
"next_page_token": "",
"political_ads": ""
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.scrapeless.com/api/v1/scraper/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"actor": "scraper.google.ads",
"input": {
"advertiser_id": "AR07853293343629901825",
"region": "2840",
"platform": "",
"start_date": "",
"end_date": "",
"creative_format": "",
"num": "",
"next_page_token": "",
"political_ads": ""
}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-03-20 08:22:01