apify-docs
apify-docs copied to clipboard
This project is the home of Apify's documentation.
Currently, we use the menu title from metadata, but that is usually short to fit the menu and misses the contact you have in the menu. So on its own...
We have an endpoint `/acts/ACTOR-ID/validate-input` which is not documented anywhere, we should document it. It takes the input to validate as POST payload, and optionally a `build` query parameter to...
The only proper explanation is in Python docs [here](https://docs.apify.com/sdk/python/docs/concepts/actor-lifecycle#initialization-and-cleanup) - it should be described probably on the main level somewhere. This comes from the discussion we had in [this PR...
https://docs.apify.com/platform/actors/development/source-code#actor-monorepos
Hey, One fix and one recommendation for [scraping_shadow_doms](https://github.com/apify/apify-docs/blob/b668c625a205da1ea3f61bf9a90cd0a4b83e01c9/sources/academy/tutorials/node_js/scraping_shadow_doms.md) Fix: ``` replaceShadowDomsWithHtml(shadowRoot); // should be: replaceShadowDomsWithHtml(el.shadowRoot); ``` And a recommendation. I found that after running replaceShadowDomsWithHtml I still couldn't access the...
Based on [example in documentation](https://developers.apify.com/academy/puppeteer-playwright/page/interacting-with-a-page) ([code](https://github.com/apify/apify-docs/blob/bf6cec3eacb8644c06207d4176da88e29c676ccf/content/academy/puppeteer_playwright/page.md?plain=1#L61)). Since there is not specified `locale` value for English in example's code, Playwright will set HTTP request header `accept-language` based on OS localization by...
Updated the link in the geolocation.md file to fix a typo and ensure proper navigation. Previously, the link cookies/headers(../../../glossary/concepts/http_headers.md) was incorrectly formatted. The link has been corrected to (../../../glossary/concepts/http_cookies.md)/headers to...
Google uses textarea as opposed to input. Also added a note about title="search" differing in other languages.