apify-docs icon indicating copy to clipboard operation
apify-docs copied to clipboard

This project is the home of Apify's documentation.

Results 237 apify-docs issues
Sort by recently updated
recently updated
newest added

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...

t-tooling
t-docs

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...

good first issue
debt
low priority
capitalized
t-core-services
backend
t-docs

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...

documentation
t-tooling
t-docs

https://docs.apify.com/platform/actors/development/source-code#actor-monorepos

t-academy
t-docs

Sync with Lukas Krivka before writing.

t-c&c
t-docs

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...

t-academy
t-tooling
t-docs

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...

bug
t-academy

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.

t-tooling