G
G
gerashenko2019-04-14 19:44:29
Marketing
gerashenko, 2019-04-14 19:44:29

How to find retail chains with certain characteristics?

I have a product - a program that, as I found out by experience, is interesting for retail chains that have: 10-20 branches and 50-100 employees, in the branch there are ~ 2-5 employees who work in shifts, women. The flow of visitors is medium to low, a small number of purchases makes the main revenue, i.e. these are rather expensive things: clothes, shoes, optics salons.
The first thing that comes to mind is some company directories. Anyone who has had a similar experience, I would be grateful for the recommendation of a similar directory or other ways to search for companies according to my criteria.
I'm not a marketer, I'm a programmer, but I have to learn.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2017-02-20
@Malodar

This is 100% AJAX content. Don't try to parse the HTML - it's an empty template.
The content itself is carried by requests:
www.nowgoal.net/data/panlu_en.js?1487540944000
www.nowgoal.net/data/bf_en2.js?1487540944000 - apparently, the main list of matches.
Format: Javascript/JSONP (i.e. NOT valid JSON).
And this GET parameter is a timestamp in Javascript format ( milliseconds since the start of the Epoch).
PS: I usually have respect for web developers (whether it turned out well / badly, but people did it, tried), but looking at this piece ... of the site, I just can't resist: I HAVE NOT SEEN SUCH SHIT CODE FOR A LONG TIME!

R
Roman Kitaev, 2017-02-20
@deliro

Please point me in the right direction :)

Delete beautifulsoup right now and take scrapy.

D
Dmitry, 2017-02-20
@LazyTalent

I completely agree with nirvimel - wild shit code. If I were you, I would not bother and delve into all these requests - it will take a lot of time, but I would stupidly take selenium or find another site that gives the same data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question