The hosted Actor accepts one required field and four optional fields.
| Field | Type | Required | Default | Accepted values | Description |
|---|---|---|---|---|---|
queries |
string[] |
Yes | — | 1–10,000 non-empty items, up to 500 characters each | Google search queries. Blank entries are ignored during normalization. |
startPage |
integer |
No | 1 |
1–10 | First Google result page. |
endPage |
integer |
No | 1 |
startPage–10 |
Last Google result page, inclusive. |
language |
string |
No | es |
Two-letter code from the Input selector | Language preference for the search. |
country |
string |
No | es |
Two-letter code from the Input selector | Country used to localize the search market. |
endPage must be greater than or equal to startPage. The number of queries multiplied by the number of selected pages cannot exceed 10,000.
Examples of valid maximum workloads:
- 10,000 queries × 1 page.
- 5,000 queries × 2 pages.
- 1,000 queries × 10 pages.
One run uses the same country and language for every query. Start separate runs when comparing markets.