Apify

Apify and Crawlee Official Forum

b
F
A
J
A
Members
thek1tten
t
thek1tten
Offline, last seen last month
Joined August 30, 2024
Welcome to the Apify Help Forum! Here, you can ask questions about developing on the Apify platform, using Apify services, share code snippets, and engage with or help other community members

In order to keep things organized, we recommend attaching a tag to your posts to help others understand what it is about!

IF YOU ARE POSTING CODE SNIPPETS:
Please format your code accordingly! You can use single back-ticks to format small lines of code such as variables or method calls, and three back-ticks to format a large chunk of code!

const request = 'Please format your code snippets'

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


You can also specify the language the code it is for some syntax highlighting:

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


See examples in the image below.
3 comments
L
t
e
Welcome to the Crawlee Help Forum! Here, you can ask questions about developing with Crawlee, share code snippets, and engage with or help other community members

In order to keep things organized, we recommend attaching a tag to your posts to help others understand what it is about!

For now, we are currently testing out the new Discord forums feature. Depending on how it goes, the channel will be migrated entirely to a forum channel.

IF YOU ARE POSTING CODE SNIPPETS:
Please format your code accordingly! You can use single back-ticks to format small lines of code such as variables or method calls, and three back-ticks to format a large chunk of code!

const request = 'Please format your code snippets'

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


You can also specify the language the code it is for some syntax highlighting:

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


See examples in the image below.
2 comments
t
S
Welcome to the Crawlee Help Forum! Here, you can ask questions about developing with Crawlee, share code snippets, and engage with or help other community members :crawlee:

In order to keep things organized, we recommend attaching a tag to your posts to help others understand what it is about!

For now, we are currently testing out the new Discord forums feature. Depending on how it goes, the channel will be migrated entirely to a forum channel.

IF YOU ARE POSTING CODE SNIPPETS:
Please format your code accordingly! You can use single back-ticks to format small lines of code such as variables or method calls, and three back-ticks to format a large chunk of code!

const request = 'Please format your code snippets'

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


You can also specify the language the code it is for some syntax highlighting:

Plain Text
const foo = async () => {
    const baz = await bar();
    if (baz) return 'fizz';
    return 'fuzz'
};


See examples in the image below.
2 comments
S
t